GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.IO.OpenXml 名前空間 > ImportContext クラス : ImportContext コンストラクタ |
'Declaration
Public Function New( _ Optional ByVal unitConverter As UnitConverter, _ Optional ByVal passwordRequestDelegate As Func(Of String) _ )
'使用法
Dim unitConverter As UnitConverter Dim passwordRequestDelegate As Func(Of String) Dim instance As New ImportContext(unitConverter, passwordRequestDelegate)
public ImportContext( UnitConverter unitConverter, Func<string> passwordRequestDelegate )